From: Kevin Ryde Date: Sat, 26 Dec 2009 22:02:26 +0000 (+0000) Subject: * man.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8851 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1086132ec670346bd84a4e74c233d0306b520c68;p=emacs.git * man.el (Man-bgproc-sentinel): When "-k foo" produces no output show error "no matches" rather than "Can't find manpage", as the latter reads like -k was interpreted as a page name, which is not so. (My bug#5431.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55876763bc1..63f754bbd9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,10 @@ * man.el (man): Revise docstring a bit to show -a and -l as examples. Add -k description since support for it has otherwise been a secret. (Further to bug#3717.) + (Man-bgproc-sentinel): When "-k foo" produces no output show error + "no matches" rather than "Can't find manpage", as the latter reads + like -k was interpreted as a page name, which is not so. (My + bug#5431.) 2009-12-26 Michael Albinus